3.31.2 \(\int \sqrt [3]{a+b x} (c+d x)^{2/3} (e+f x) \, dx\) [3002]

3.31.2.1 Optimal result
3.31.2.2 Mathematica [A] (verified)
3.31.2.3 Rubi [A] (verified)
3.31.2.4 Maple [F]
3.31.2.5 Fricas [B] (verification not implemented)
3.31.2.6 Sympy [F]
3.31.2.7 Maxima [F]
3.31.2.8 Giac [F]
3.31.2.9 Mupad [F(-1)]

3.31.2.1 Optimal result

Integrand size = 24, antiderivative size = 331 \[ \int \sqrt [3]{a+b x} (c+d x)^{2/3} (e+f x) \, dx=\frac {(b c-a d) (9 b d e-4 b c f-5 a d f) \sqrt [3]{a+b x} (c+d x)^{2/3}}{27 b^2 d^2}+\frac {(9 b d e-4 b c f-5 a d f) (a+b x)^{4/3} (c+d x)^{2/3}}{18 b^2 d}+\frac {f (a+b x)^{4/3} (c+d x)^{5/3}}{3 b d}+\frac {(b c-a d)^2 (9 b d e-4 b c f-5 a d f) \arctan \left (\frac {1}{\sqrt {3}}+\frac {2 \sqrt [3]{b} \sqrt [3]{c+d x}}{\sqrt {3} \sqrt [3]{d} \sqrt [3]{a+b x}}\right )}{27 \sqrt {3} b^{8/3} d^{7/3}}+\frac {(b c-a d)^2 (9 b d e-4 b c f-5 a d f) \log (a+b x)}{162 b^{8/3} d^{7/3}}+\frac {(b c-a d)^2 (9 b d e-4 b c f-5 a d f) \log \left (-1+\frac {\sqrt [3]{b} \sqrt [3]{c+d x}}{\sqrt [3]{d} \sqrt [3]{a+b x}}\right )}{54 b^{8/3} d^{7/3}} \]

output
1/27*(-a*d+b*c)*(-5*a*d*f-4*b*c*f+9*b*d*e)*(b*x+a)^(1/3)*(d*x+c)^(2/3)/b^2 
/d^2+1/18*(-5*a*d*f-4*b*c*f+9*b*d*e)*(b*x+a)^(4/3)*(d*x+c)^(2/3)/b^2/d+1/3 
*f*(b*x+a)^(4/3)*(d*x+c)^(5/3)/b/d+1/162*(-a*d+b*c)^2*(-5*a*d*f-4*b*c*f+9* 
b*d*e)*ln(b*x+a)/b^(8/3)/d^(7/3)+1/54*(-a*d+b*c)^2*(-5*a*d*f-4*b*c*f+9*b*d 
*e)*ln(-1+b^(1/3)*(d*x+c)^(1/3)/d^(1/3)/(b*x+a)^(1/3))/b^(8/3)/d^(7/3)+1/8 
1*(-a*d+b*c)^2*(-5*a*d*f-4*b*c*f+9*b*d*e)*arctan(1/3*3^(1/2)+2/3*b^(1/3)*( 
d*x+c)^(1/3)/d^(1/3)/(b*x+a)^(1/3)*3^(1/2))/b^(8/3)/d^(7/3)*3^(1/2)
 
3.31.2.2 Mathematica [A] (verified)

Time = 0.94 (sec) , antiderivative size = 319, normalized size of antiderivative = 0.96 \[ \int \sqrt [3]{a+b x} (c+d x)^{2/3} (e+f x) \, dx=\frac {(b c-a d)^2 \left (\frac {3 b^{2/3} \sqrt [3]{d} \sqrt [3]{a+b x} (c+d x)^{2/3} \left (-5 a^2 d^2 f+a b d (9 d e+4 c f+3 d f x)+b^2 \left (-8 c^2 f+6 c d (3 e+f x)+9 d^2 x (3 e+2 f x)\right )\right )}{(b c-a d)^2}-2 \sqrt {3} (9 b d e-4 b c f-5 a d f) \arctan \left (\frac {1+\frac {2 \sqrt [3]{d} \sqrt [3]{a+b x}}{\sqrt [3]{b} \sqrt [3]{c+d x}}}{\sqrt {3}}\right )+2 (9 b d e-4 b c f-5 a d f) \log \left (\sqrt [3]{b}-\frac {\sqrt [3]{d} \sqrt [3]{a+b x}}{\sqrt [3]{c+d x}}\right )-(9 b d e-4 b c f-5 a d f) \log \left (b^{2/3}+\frac {d^{2/3} (a+b x)^{2/3}}{(c+d x)^{2/3}}+\frac {\sqrt [3]{b} \sqrt [3]{d} \sqrt [3]{a+b x}}{\sqrt [3]{c+d x}}\right )\right )}{162 b^{8/3} d^{7/3}} \]

input
Integrate[(a + b*x)^(1/3)*(c + d*x)^(2/3)*(e + f*x),x]
 
output
((b*c - a*d)^2*((3*b^(2/3)*d^(1/3)*(a + b*x)^(1/3)*(c + d*x)^(2/3)*(-5*a^2 
*d^2*f + a*b*d*(9*d*e + 4*c*f + 3*d*f*x) + b^2*(-8*c^2*f + 6*c*d*(3*e + f* 
x) + 9*d^2*x*(3*e + 2*f*x))))/(b*c - a*d)^2 - 2*Sqrt[3]*(9*b*d*e - 4*b*c*f 
 - 5*a*d*f)*ArcTan[(1 + (2*d^(1/3)*(a + b*x)^(1/3))/(b^(1/3)*(c + d*x)^(1/ 
3)))/Sqrt[3]] + 2*(9*b*d*e - 4*b*c*f - 5*a*d*f)*Log[b^(1/3) - (d^(1/3)*(a 
+ b*x)^(1/3))/(c + d*x)^(1/3)] - (9*b*d*e - 4*b*c*f - 5*a*d*f)*Log[b^(2/3) 
 + (d^(2/3)*(a + b*x)^(2/3))/(c + d*x)^(2/3) + (b^(1/3)*d^(1/3)*(a + b*x)^ 
(1/3))/(c + d*x)^(1/3)]))/(162*b^(8/3)*d^(7/3))
 
3.31.2.3 Rubi [A] (verified)

Time = 0.29 (sec) , antiderivative size = 261, normalized size of antiderivative = 0.79, number of steps used = 4, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {90, 60, 60, 71}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \sqrt [3]{a+b x} (c+d x)^{2/3} (e+f x) \, dx\)

\(\Big \downarrow \) 90

\(\displaystyle \frac {(-5 a d f-4 b c f+9 b d e) \int \sqrt [3]{a+b x} (c+d x)^{2/3}dx}{9 b d}+\frac {f (a+b x)^{4/3} (c+d x)^{5/3}}{3 b d}\)

\(\Big \downarrow \) 60

\(\displaystyle \frac {(-5 a d f-4 b c f+9 b d e) \left (\frac {(b c-a d) \int \frac {\sqrt [3]{a+b x}}{\sqrt [3]{c+d x}}dx}{3 b}+\frac {(a+b x)^{4/3} (c+d x)^{2/3}}{2 b}\right )}{9 b d}+\frac {f (a+b x)^{4/3} (c+d x)^{5/3}}{3 b d}\)

\(\Big \downarrow \) 60

\(\displaystyle \frac {(-5 a d f-4 b c f+9 b d e) \left (\frac {(b c-a d) \left (\frac {\sqrt [3]{a+b x} (c+d x)^{2/3}}{d}-\frac {(b c-a d) \int \frac {1}{(a+b x)^{2/3} \sqrt [3]{c+d x}}dx}{3 d}\right )}{3 b}+\frac {(a+b x)^{4/3} (c+d x)^{2/3}}{2 b}\right )}{9 b d}+\frac {f (a+b x)^{4/3} (c+d x)^{5/3}}{3 b d}\)

\(\Big \downarrow \) 71

\(\displaystyle \frac {(-5 a d f-4 b c f+9 b d e) \left (\frac {(b c-a d) \left (\frac {\sqrt [3]{a+b x} (c+d x)^{2/3}}{d}-\frac {(b c-a d) \left (-\frac {\sqrt {3} \arctan \left (\frac {2 \sqrt [3]{b} \sqrt [3]{c+d x}}{\sqrt {3} \sqrt [3]{d} \sqrt [3]{a+b x}}+\frac {1}{\sqrt {3}}\right )}{b^{2/3} \sqrt [3]{d}}-\frac {3 \log \left (\frac {\sqrt [3]{b} \sqrt [3]{c+d x}}{\sqrt [3]{d} \sqrt [3]{a+b x}}-1\right )}{2 b^{2/3} \sqrt [3]{d}}-\frac {\log (a+b x)}{2 b^{2/3} \sqrt [3]{d}}\right )}{3 d}\right )}{3 b}+\frac {(a+b x)^{4/3} (c+d x)^{2/3}}{2 b}\right )}{9 b d}+\frac {f (a+b x)^{4/3} (c+d x)^{5/3}}{3 b d}\)

input
Int[(a + b*x)^(1/3)*(c + d*x)^(2/3)*(e + f*x),x]
 
output
(f*(a + b*x)^(4/3)*(c + d*x)^(5/3))/(3*b*d) + ((9*b*d*e - 4*b*c*f - 5*a*d* 
f)*(((a + b*x)^(4/3)*(c + d*x)^(2/3))/(2*b) + ((b*c - a*d)*(((a + b*x)^(1/ 
3)*(c + d*x)^(2/3))/d - ((b*c - a*d)*(-((Sqrt[3]*ArcTan[1/Sqrt[3] + (2*b^( 
1/3)*(c + d*x)^(1/3))/(Sqrt[3]*d^(1/3)*(a + b*x)^(1/3))])/(b^(2/3)*d^(1/3) 
)) - Log[a + b*x]/(2*b^(2/3)*d^(1/3)) - (3*Log[-1 + (b^(1/3)*(c + d*x)^(1/ 
3))/(d^(1/3)*(a + b*x)^(1/3))])/(2*b^(2/3)*d^(1/3))))/(3*d)))/(3*b)))/(9*b 
*d)
 

3.31.2.3.1 Defintions of rubi rules used

rule 60
Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[ 
(a + b*x)^(m + 1)*((c + d*x)^n/(b*(m + n + 1))), x] + Simp[n*((b*c - a*d)/( 
b*(m + n + 1)))   Int[(a + b*x)^m*(c + d*x)^(n - 1), x], x] /; FreeQ[{a, b, 
 c, d}, x] && GtQ[n, 0] && NeQ[m + n + 1, 0] &&  !(IGtQ[m, 0] && ( !Integer 
Q[n] || (GtQ[m, 0] && LtQ[m - n, 0]))) &&  !ILtQ[m + n + 2, 0] && IntLinear 
Q[a, b, c, d, m, n, x]
 

rule 71
Int[1/(((a_.) + (b_.)*(x_))^(1/3)*((c_.) + (d_.)*(x_))^(2/3)), x_Symbol] :> 
 With[{q = Rt[d/b, 3]}, Simp[(-Sqrt[3])*(q/d)*ArcTan[2*q*((a + b*x)^(1/3)/( 
Sqrt[3]*(c + d*x)^(1/3))) + 1/Sqrt[3]], x] + (-Simp[3*(q/(2*d))*Log[q*((a + 
 b*x)^(1/3)/(c + d*x)^(1/3)) - 1], x] - Simp[(q/(2*d))*Log[c + d*x], x])] / 
; FreeQ[{a, b, c, d}, x] && PosQ[d/b]
 

rule 90
Int[((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p 
_.), x_] :> Simp[b*(c + d*x)^(n + 1)*((e + f*x)^(p + 1)/(d*f*(n + p + 2))), 
 x] + Simp[(a*d*f*(n + p + 2) - b*(d*e*(n + 1) + c*f*(p + 1)))/(d*f*(n + p 
+ 2))   Int[(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n, 
p}, x] && NeQ[n + p + 2, 0]
 
3.31.2.4 Maple [F]

\[\int \left (b x +a \right )^{\frac {1}{3}} \left (d x +c \right )^{\frac {2}{3}} \left (f x +e \right )d x\]

input
int((b*x+a)^(1/3)*(d*x+c)^(2/3)*(f*x+e),x)
 
output
int((b*x+a)^(1/3)*(d*x+c)^(2/3)*(f*x+e),x)
 
3.31.2.5 Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 575 vs. \(2 (275) = 550\).

Time = 0.28 (sec) , antiderivative size = 1196, normalized size of antiderivative = 3.61 \[ \int \sqrt [3]{a+b x} (c+d x)^{2/3} (e+f x) \, dx=\text {Too large to display} \]

input
integrate((b*x+a)^(1/3)*(d*x+c)^(2/3)*(f*x+e),x, algorithm="fricas")
 
output
[-1/162*(3*sqrt(1/3)*(9*(b^4*c^2*d^2 - 2*a*b^3*c*d^3 + a^2*b^2*d^4)*e - (4 
*b^4*c^3*d - 3*a*b^3*c^2*d^2 - 6*a^2*b^2*c*d^3 + 5*a^3*b*d^4)*f)*sqrt((-b^ 
2*d)^(1/3)/d)*log(3*b^2*d*x + b^2*c + 2*a*b*d + 3*(-b^2*d)^(1/3)*(b*x + a) 
^(1/3)*(d*x + c)^(2/3)*b + 3*sqrt(1/3)*(2*(b*x + a)^(2/3)*(d*x + c)^(1/3)* 
b*d - (-b^2*d)^(2/3)*(b*x + a)^(1/3)*(d*x + c)^(2/3) + (-b^2*d)^(1/3)*(b*d 
*x + b*c))*sqrt((-b^2*d)^(1/3)/d)) + (-b^2*d)^(2/3)*(9*(b^3*c^2*d - 2*a*b^ 
2*c*d^2 + a^2*b*d^3)*e - (4*b^3*c^3 - 3*a*b^2*c^2*d - 6*a^2*b*c*d^2 + 5*a^ 
3*d^3)*f)*log(((b*x + a)^(2/3)*(d*x + c)^(1/3)*b*d + (-b^2*d)^(2/3)*(b*x + 
 a)^(1/3)*(d*x + c)^(2/3) - (-b^2*d)^(1/3)*(b*d*x + b*c))/(d*x + c)) - 2*( 
-b^2*d)^(2/3)*(9*(b^3*c^2*d - 2*a*b^2*c*d^2 + a^2*b*d^3)*e - (4*b^3*c^3 - 
3*a*b^2*c^2*d - 6*a^2*b*c*d^2 + 5*a^3*d^3)*f)*log(((b*x + a)^(1/3)*(d*x + 
c)^(2/3)*b*d - (-b^2*d)^(2/3)*(d*x + c))/(d*x + c)) - 3*(18*b^4*d^3*f*x^2 
+ 9*(2*b^4*c*d^2 + a*b^3*d^3)*e - (8*b^4*c^2*d - 4*a*b^3*c*d^2 + 5*a^2*b^2 
*d^3)*f + 3*(9*b^4*d^3*e + (2*b^4*c*d^2 + a*b^3*d^3)*f)*x)*(b*x + a)^(1/3) 
*(d*x + c)^(2/3))/(b^4*d^3), -1/162*(6*sqrt(1/3)*(9*(b^4*c^2*d^2 - 2*a*b^3 
*c*d^3 + a^2*b^2*d^4)*e - (4*b^4*c^3*d - 3*a*b^3*c^2*d^2 - 6*a^2*b^2*c*d^3 
 + 5*a^3*b*d^4)*f)*sqrt(-(-b^2*d)^(1/3)/d)*arctan(sqrt(1/3)*(2*(-b^2*d)^(2 
/3)*(b*x + a)^(1/3)*(d*x + c)^(2/3) - (-b^2*d)^(1/3)*(b*d*x + b*c))*sqrt(- 
(-b^2*d)^(1/3)/d)/(b^2*d*x + b^2*c)) + (-b^2*d)^(2/3)*(9*(b^3*c^2*d - 2*a* 
b^2*c*d^2 + a^2*b*d^3)*e - (4*b^3*c^3 - 3*a*b^2*c^2*d - 6*a^2*b*c*d^2 +...
 
3.31.2.6 Sympy [F]

\[ \int \sqrt [3]{a+b x} (c+d x)^{2/3} (e+f x) \, dx=\int \sqrt [3]{a + b x} \left (c + d x\right )^{\frac {2}{3}} \left (e + f x\right )\, dx \]

input
integrate((b*x+a)**(1/3)*(d*x+c)**(2/3)*(f*x+e),x)
 
output
Integral((a + b*x)**(1/3)*(c + d*x)**(2/3)*(e + f*x), x)
 
3.31.2.7 Maxima [F]

\[ \int \sqrt [3]{a+b x} (c+d x)^{2/3} (e+f x) \, dx=\int { {\left (b x + a\right )}^{\frac {1}{3}} {\left (d x + c\right )}^{\frac {2}{3}} {\left (f x + e\right )} \,d x } \]

input
integrate((b*x+a)^(1/3)*(d*x+c)^(2/3)*(f*x+e),x, algorithm="maxima")
 
output
integrate((b*x + a)^(1/3)*(d*x + c)^(2/3)*(f*x + e), x)
 
3.31.2.8 Giac [F]

\[ \int \sqrt [3]{a+b x} (c+d x)^{2/3} (e+f x) \, dx=\int { {\left (b x + a\right )}^{\frac {1}{3}} {\left (d x + c\right )}^{\frac {2}{3}} {\left (f x + e\right )} \,d x } \]

input
integrate((b*x+a)^(1/3)*(d*x+c)^(2/3)*(f*x+e),x, algorithm="giac")
 
output
integrate((b*x + a)^(1/3)*(d*x + c)^(2/3)*(f*x + e), x)
 
3.31.2.9 Mupad [F(-1)]

Timed out. \[ \int \sqrt [3]{a+b x} (c+d x)^{2/3} (e+f x) \, dx=\int \left (e+f\,x\right )\,{\left (a+b\,x\right )}^{1/3}\,{\left (c+d\,x\right )}^{2/3} \,d x \]

input
int((e + f*x)*(a + b*x)^(1/3)*(c + d*x)^(2/3),x)
 
output
int((e + f*x)*(a + b*x)^(1/3)*(c + d*x)^(2/3), x)